PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render Package / PDFRendererSettings Class / getRenderArea Method
In This Topic
    getRenderArea Method
    In This Topic
    Gets the rendering area.
    If this property is null then the page's CropBox is used as render area.
    The rectangle specified in this property can have arbitrary values allowing to render any parts of the page, including parts outside the visible area.
    Syntax
    public PDFDisplayRectangle getRenderArea()

    Return Value

    A object specifying the area on the page to be rendered as image.
    See Also